Druid v1.54
Deployment Dates
The table below lists the deployment date of Druid v1.54 across Druid Clouds. To view the Druid Releases Calendar, see Druid ChatBot Releases.
Druid Cloud Community *.community.Druidplatform.com |
Druid Cloud US *.us.Druidplatform.com |
Druid Cloud West-Europe (PROD) *.Druidplatform.com |
---|---|---|
November 25, 2021 | November 25, 2021 | December 23, 2021 |
These release notes give you a brief, high-level description of the improvements implemented to existing features.
If you have questions about your Druid tenant, please contact support@Druidai.com or your local Druid partner for more information.
- Transfer complex data type between Druid and UiPath.
What's New
Transfer complex data type between Druid and UiPath. Added support for complex data mapping in Start Attended Job integration. This feature enables bot authors to bidirectional transfer Druid data collections or conversational data stored in Druid entities to UiPath attended processes. The integration provides a simplified way to map both Druid flat data type and complex data such as data collections (Entity List) or unique set of data (Entity) in the Process arguments table both on the Request and Response.
For information on how to map complex data type, see Transferring Complex Data Type through the Start Attended Job Integration.
Improvements
- For situations when the SDL machine is disabled or it’s enabled but it does not have Conversation Time enabled and [[ChatUser]].Language is set to a language other than the bot languages, the [[ChatUser]].Language is automatically set to bot’s default language. In such cases, the following error message is logged in the Conversation History: "Invalid language code <language code> set on [[ChatUser]].Language. Will revert to default bot language...".
- This release provides a beautified output of the GetConversationTranscript internal action, Example:
This improvement prevents the bot from entering in an "intent not found" loop.
<-- HR Bot, 11:00:10 Hi John! How may I help you today? –> John, 11:00:11 I want a vacation <-- HR Bot, 11:00:11 Sure. When? –> John, 11:00:16 From Nov 29 to Dec 4, 2021 <-- HR Bot, 11:00:10 Your vacation request for Nov 29 to Dec 4, 2021 was sent to your manager for approval.